vcMaterialDepthComparison

See in: Overview

Module: vcCore

Parent: Enum

Children -

Referenced by: vcMaterial.DepthComparison

Enums

ValueDescription
NEVERTesting never passes, so geometry pixels are not rendered.
ALWAYSDepth testing passes always, so geometry pixels are rendered.
LESS
Testing passes if geometry pixel distance is less than Z buffer stored value.
LEQUAL
Testing passes if geometry pixel distance is less than or equal to Z buffer stored value.
EQUAL
Testing passes if geometry pixel distance is equal to Z buffer stored value.
GEQUAL
Testing passes if geometry pixel distance is greater than or equal to Z buffer stored value.
GREATER
Testing passes if geometry pixel distance is greater than Z buffer stored value.
NOTEQUAL
Testing passes if geometry pixel distance is not equal to Z buffer stored value.